Basic Linux System Tools and Configuration
(posted 2018.12.01, last updated 2018.12.14)

Tested for Ubuntu 18.04

Useful Packages/Tools

Change Hostname

Disable MOTD updates

- Open `/etc/default/motd-news` 
- Set `ENABLED=0`

Prevent cron spamming auth.log

References